home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
kermit.columbia.edu
/
kermit.columbia.edu.tar
/
kermit.columbia.edu
/
newsgroups
/
misc.20000824-20010305
/
000293_news@columbia.edu _Thu Feb 15 10:15:35 2001.msg
< prev
next >
Wrap
Internet Message Format
|
2001-03-05
|
2KB
Return-Path: <news@columbia.edu>
Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
by monire.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id KAA10744
for <kermit.misc@cpunix.cc.columbia.edu>; Thu, 15 Feb 2001 10:15:34 -0500 (EST)
Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA23257
for <kermit.misc@watsun.cc.columbia.edu>; Thu, 15 Feb 2001 10:15:33 -0500 (EST)
Received: (from news@localhost)
by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id KAA15626
for kermit.misc@watsun.cc.columbia.edu; Thu, 15 Feb 2001 10:14:36 -0500 (EST)
X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
From: fdc@columbia.edu (Frank da Cruz)
Subject: Re: FTP client
Date: 15 Feb 2001 15:14:35 GMT
Organization: Columbia University
Message-ID: <96gror$f87$1@newsmaster.cc.columbia.edu>
To: kermit.misc@columbia.edu
In article <96goqj$leu$1@news.hccnet.nl>, M. Hams <mbhams@hotmail.com> wrote:
: I'm looking for a commandline ftp-client wich i can use in a script. It must
: have the ability to move files and dirs from and to a ftp-server.
: Can someone help me?
:
Yes, here it is, exactly what you are asking for:
http://www.columbia.edu/kermit/ftpclient.html
It's your old friend C-Kermit, which in its forthcoming release, 7.1:
http://www.columbia.edu/kermit/ck71.html
now available for testing, has a built-in FTP client. You could already
write Kermit scripts for other kinds of connections; now you can write
them for FTP too. To make it easy for you, here's a tutorial:
http://www.columbia.edu/kermit/ftpscript.html
- Frank